home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / inet / advantis.ia_ / advantis.ia
Encoding:
INI File  |  1994-12-21  |  1.9 KB  |  75 lines

  1. [Company]
  2. ;  Label shown on the Tab control
  3. TabLabel=IBM Internet
  4. ; Logo file
  5. LogoFile=advantis.dib
  6. ;;;;LogoFile=ibm_info.dib
  7. ; Company descriptions
  8. Label1=Access to
  9. Label2=Worldwide
  10. Label3=Information
  11. ; cards supported (yes or no for each card type)
  12. Visa=yes
  13. MasterCard=yes
  14. AmericanExpress=yes
  15. Discover=yes
  16. ; Information file on company
  17. ;;;;InfoFile=iic.txt
  18. InfoFile=advantis.txt
  19. ;;;;InfoTitle=MORE INFORMATION on IIC<<<
  20. InfoTitle=MORE INFORMATION on IBM Internet
  21. ; Number of available phone numbers for online registration
  22. ; Support Transaction ID ? (yes or no, default is yes)
  23. SupportTID=no
  24. TotalPhone=3
  25. ; Specify the amount of additional information required (0..10)
  26. TotalField=3
  27. ; Number of radio button selections (0..5)
  28. TotalRadioButtons=0
  29. ;
  30. ; script to wait for connect, send a '$'
  31. ;
  32. Script=-c $2$$
  33.  
  34. [PhoneList]
  35. Phone1=
  36. Phone2=1-800-463-8331 Canada Registration
  37. Phone3=1-800-933-3997 US Registration
  38. [Field 1]
  39. ; used above the edit control (should less than 50 characters)
  40. UserLabel=User Account ID- 1st Preference:
  41. ; INFO parameter used for passing back to the server
  42. InfoLabel=PrefUserID1
  43. ; maximum length of data if user specify this field
  44. Length=7
  45. ; is this optional field required ? (could be yes or no)
  46. Require=yes
  47. ; prompt this error message to user if this (required) field is not specified
  48. ErrMsg=User ID 1st Preference must be specified
  49. ; minimum length of data if user specify this field
  50. MinLen=5
  51. ; type of the data, could be:
  52. ; Alpha     - 'A'-'Z' or 'a'-'z'
  53. ; AlphaNum  - 'A'-'Z', 'a'-'z', or '0'-'9'
  54. ; Ascii     - ASCII character (0x00 - 0x7F)
  55. ; Digit     - '0'-'9'
  56. Type=AlphaNum
  57.  
  58. [Field 2]
  59. UserLabel=User Account ID- 2nd Preference:
  60. InfoLabel=PrefUserID2
  61. Length=7
  62. Require=no
  63. MinLen=5
  64. Type=AlphaNum
  65.  
  66. [Field 3]
  67. UserLabel=User Account ID- 3rd Preference:
  68. InfoLabel=PrefUserID3
  69. Length=7
  70. Require=no
  71. MinLen=5
  72. Tyep=AlphaNum
  73.  
  74. 
  75.